const encoding/xml.fElement
12 uses
encoding/xml (current package)
marshal.go#L969: case fElement, fElement | fAny:
read.go#L506: case fAny, fAny | fElement:
read.go#L699: if finfo.flags&fElement == 0 || len(finfo.parents) < len(parents) || finfo.xmlns != "" && finfo.xmlns != start.Name.Space {
typeinfo.go#L32: fElement fieldFlags = 1 << iota
typeinfo.go#L42: fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
typeinfo.go#L125: finfo.flags = fElement
typeinfo.go#L151: finfo.flags |= fElement
typeinfo.go#L161: finfo.flags |= fElement
typeinfo.go#L163: if finfo.flags&fOmitEmpty != 0 && finfo.flags&(fElement|fAttr) == 0 {
typeinfo.go#L208: if (finfo.flags & fElement) == 0 {
typeinfo.go#L217: if finfo.flags&fElement != 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)